[][src]Trait vulkanalia::vk::KhrSamplerYcbcrConversionExtension

pub trait KhrSamplerYcbcrConversionExtension: DeviceV1_0 {
    fn create_sampler_ycbcr_conversion_khr(
        &self,
        create_info: &SamplerYcbcrConversionCreateInfo,
        allocator: Option<&AllocationCallbacks>
    ) -> VkResult<SamplerYcbcrConversion> { ... }
fn destroy_sampler_ycbcr_conversion_khr(
        &self,
        ycbcr_conversion: SamplerYcbcrConversion,
        allocator: Option<&AllocationCallbacks>
    ) { ... } }

Provided methods

Loading content...

Implementors

impl KhrSamplerYcbcrConversionExtension for Device[src]

Loading content...