Skip to main content

SamplerYcbcrConversionInfoKHR

Type Alias SamplerYcbcrConversionInfoKHR 

Source
pub type SamplerYcbcrConversionInfoKHR = SamplerYcbcrConversionInfo;

Aliased Type§

#[repr(C)]
pub struct SamplerYcbcrConversionInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub conversion: SamplerYcbcrConversion, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO.

§p_next: *const c_void

Optional, may be null.

§conversion: SamplerYcbcrConversion