pub type PFN_vkMergeValidationCachesEXT = unsafe extern "system" fn(_device: Device, _dst_cache: ValidationCacheEXT, _src_cache_count: u32, _src_caches: *const ValidationCacheEXT) -> Result;
Expand description