KhronosGroup / Vulkan-Guide

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

Fix code example for VK_KHR_format_feature_flags2 #238

Closed SaschaWillems closed 10 months ago

SaschaWillems commented 10 months 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.