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;
pub struct PipelineMatchControl(u32);
impl PipelineMatchControl {
pub const APPLICATION_UUID_EXACT_MATCH: Self = 0;
}
are:
VK_PIPELINE_MATCH_CONTROL_APPLICATION_UUID_EXACT_MATCHspecifies that the identifier is a UUID generated by the application and the identifiers must be an exact match.