Skip to main content

PhysicalDeviceSamplerYcbcrConversionFeaturesKHR

Type Alias PhysicalDeviceSamplerYcbcrConversionFeaturesKHR 

Source
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

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§sampler_ycbcr_conversion: u32