Struct ash::vk::KhrSamplerYcbcrConversionFn
source · pub struct KhrSamplerYcbcrConversionFn {
pub create_sampler_ycbcr_conversion_khr: PFN_vkCreateSamplerYcbcrConversion,
pub destroy_sampler_ycbcr_conversion_khr: PFN_vkDestroySamplerYcbcrConversion,
}
Fields§
§create_sampler_ycbcr_conversion_khr: PFN_vkCreateSamplerYcbcrConversion
§destroy_sampler_ycbcr_conversion_khr: PFN_vkDestroySamplerYcbcrConversion
Implementations§
Trait Implementations§
source§impl Clone for KhrSamplerYcbcrConversionFn
impl Clone for KhrSamplerYcbcrConversionFn
source§fn clone(&self) -> KhrSamplerYcbcrConversionFn
fn clone(&self) -> KhrSamplerYcbcrConversionFn
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