Structures

VkBeginCustomResolveInfoEXT

Structure specifying shader resolve information

The VkBeginCustomResolveInfoEXT structure is defined as:

typedef struct VkBeginCustomResolveInfoEXT {
    VkStructureType sType;
    void* pNext;
} VkBeginCustomResolveInfoEXT;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.

Valid Usage (Implicit)

VUID-VkBeginCustomResolveInfoEXT-sType-sType

sType must be VK_STRUCTURE_TYPE_BEGIN_CUSTOM_RESOLVE_INFO_EXT