Structures
VkPipelinePropertiesIdentifierEXT
Structure used to retrieve pipeline properties
The VkPipelinePropertiesIdentifierEXT
structure is defined as:
typedef struct VkPipelinePropertiesIdentifierEXT {
VkStructureType sType;
void* pNext;
uint8_t pipelineIdentifier[VK_UUID_SIZE];
} VkPipelinePropertiesIdentifierEXT;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.pipelineIdentifier
is an array ofVK_UUID_SIZE
uint8_t
values into which the pipeline identifier will be written.
Valid Usage (Implicit)
VUID-VkPipelinePropertiesIdentifierEXT-sType-sType
sType
must be VK_STRUCTURE_TYPE_PIPELINE_PROPERTIES_IDENTIFIER_EXT
VUID-VkPipelinePropertiesIdentifierEXT-pNext-pNext
pNext
must be NULL