Enum
VkPipelineMatchControl
Describes the type of Identifier and Match being used
Possible values of the matchControl
member of
VkPipelineOfflineCreateInfo
typedef enum VkPipelineMatchControl {
VK_PIPELINE_MATCH_CONTROL_APPLICATION_UUID_EXACT_MATCH = 0,
} VkPipelineMatchControl;
are:
VK_PIPELINE_MATCH_CONTROL_APPLICATION_UUID_EXACT_MATCH
specifies that the identifier is a UUID generated by the application and the identifiers must be an exact match.