pub type PhysicalDeviceSamplerYcbcrConversionFeaturesKHR = PhysicalDeviceSamplerYcbcrConversionFeatures;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceSamplerYcbcrConversionFeaturesKHR {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub sampler_ycbcr_conversion: u32,
}Fields§
§s_type: StructureType§p_next: *mut c_void§sampler_ycbcr_conversion: u32