C Specification
Information about the layout of the image subresource is returned in a
VkSubresourceLayout2EXT
structure:
// Provided by VK_EXT_image_compression_control
typedef struct VkSubresourceLayout2EXT {
VkStructureType sType;
void* pNext;
VkSubresourceLayout subresourceLayout;
} VkSubresourceLayout2EXT;
Members
-
sType
is the type of this structure. -
pNext
isNULL
or a pointer to a structure extending this structure. -
subresourceLayout
is a VkSubresourceLayout structure.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.