pub type PFN_vkDestroyValidationCacheEXT = Option<unsafe extern "system" fn(device: Device, validation_cache: ValidationCacheEXT, p_allocator: *const AllocationCallbacks)>;Expand description
vkDestroyValidationCacheEXT
Provided by VK_EXT_validation_cache.
§Thread Safety
validationCachemust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyValidationCacheEXT {
None,
Some(unsafe extern "system" fn(Device, ValidationCacheEXT, *const AllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, ValidationCacheEXT, *const AllocationCallbacks))
Some value of type T.