Structures

VkImageSubresource2KHR

Structure specifying an image subresource

The VkImageSubresource2KHR structure is defined as:

typedef struct VkImageSubresource2KHR {
    VkStructureType sType;
    void* pNext;
    VkImageSubresource imageSubresource;
} VkImageSubresource2KHR;

or the equivalent

typedef VkImageSubresource2KHR VkImageSubresource2EXT;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • imageSubresource is a VkImageSubresource structure.

Valid Usage (Implicit)

VUID-VkImageSubresource2KHR-sType-sType

sType must be VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2_KHR