1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkPhysicalDeviceSparseProperties,VkPhysicalDeviceSparseProperties]] 3[source,c++] 4---- 5typedef struct VkPhysicalDeviceSparseProperties { 6 VkBool32 residencyStandard2DBlockShape; 7 VkBool32 residencyStandard2DMultisampleBlockShape; 8 VkBool32 residencyStandard3DBlockShape; 9 VkBool32 residencyAlignedMipSize; 10 VkBool32 residencyNonResidentStrict; 11} VkPhysicalDeviceSparseProperties; 12---- 13