blob: f820acb23b67ec2e553ef159e7bacc0620e3172e [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkSparseImageFormatProperties,VkSparseImageFormatProperties]]
[source,c++]
----
typedef struct VkSparseImageFormatProperties {
VkImageAspectFlags aspectMask;
VkExtent3D imageGranularity;
VkSparseImageFormatFlags flags;
} VkSparseImageFormatProperties;
----