Struct ash::vk::ExtValidationCacheFn
source · pub struct ExtValidationCacheFn {
pub create_validation_cache_ext: PFN_vkCreateValidationCacheEXT,
pub destroy_validation_cache_ext: PFN_vkDestroyValidationCacheEXT,
pub merge_validation_caches_ext: PFN_vkMergeValidationCachesEXT,
pub get_validation_cache_data_ext: PFN_vkGetValidationCacheDataEXT,
}
Fields§
§create_validation_cache_ext: PFN_vkCreateValidationCacheEXT
§destroy_validation_cache_ext: PFN_vkDestroyValidationCacheEXT
§merge_validation_caches_ext: PFN_vkMergeValidationCachesEXT
§get_validation_cache_data_ext: PFN_vkGetValidationCacheDataEXT
Implementations§
Trait Implementations§
source§impl Clone for ExtValidationCacheFn
impl Clone for ExtValidationCacheFn
source§fn clone(&self) -> ExtValidationCacheFn
fn clone(&self) -> ExtValidationCacheFn
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more