1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkFormatProperties,VkFormatProperties]] 3[source,c++] 4---- 5typedef struct VkFormatProperties { 6 VkFormatFeatureFlags linearTilingFeatures; 7 VkFormatFeatureFlags optimalTilingFeatures; 8 VkFormatFeatureFlags bufferFeatures; 9} VkFormatProperties; 10---- 11