pub type PFN_vkCreateValidationCacheEXT = unsafe extern "system" fn(_device: Device, _create_info: *const ValidationCacheCreateInfoEXT, _allocator: *const AllocationCallbacks, _validation_cache: *mut ValidationCacheEXT) -> Result;
Expand description