Enum
VkPipelineCacheValidationVersion
Encode pipeline cache validation version
The VkPipelineCacheValidationVersion enumeration determines the contents of the pipeline cache validation information. Possible values are:
typedef enum VkPipelineCacheValidationVersion {
VK_PIPELINE_CACHE_VALIDATION_VERSION_SAFETY_CRITICAL_ONE = 1,
} VkPipelineCacheValidationVersion;
pub struct PipelineCacheValidationVersion(u32);
impl PipelineCacheValidationVersion {
pub const SAFETY_CRITICAL_ONE: Self = 1;
}
VK_PIPELINE_CACHE_VALIDATION_VERSION_SAFETY_CRITICAL_ONEspecifies version one of the pipeline cache validation information for Vulkan SC.