KhronosGroup / Vulkan-Guide

One stop shop for getting started with the Vulkan API
Creative Commons Attribution 4.0 International
1.96k stars 169 forks source link

Fix code example for VK_KHR_format_feature_flags2 #238

Closed SaschaWillems closed 1 year ago

SaschaWillems commented 1 year ago

The code sample for using VK_KHR_format_feature_flags2 had a small typo, and was using the wrong names for the formatProperties3 structure. This PR fixes this.