// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkFormatProperties,VkFormatProperties]] [source,c++] ---- typedef struct VkFormatProperties { VkFormatFeatureFlags linearTilingFeatures; VkFormatFeatureFlags optimalTilingFeatures; VkFormatFeatureFlags bufferFeatures; } VkFormatProperties; ----