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§p_next: *const c_void§conversion: SamplerYcbcrConversion