Type Alias ash::vk::PhysicalDeviceSamplerYcbcrConversionFeaturesKHR
source · pub type PhysicalDeviceSamplerYcbcrConversionFeaturesKHR<'a> = PhysicalDeviceSamplerYcbcrConversionFeatures<'a>;
Aliased Type§
struct PhysicalDeviceSamplerYcbcrConversionFeaturesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub sampler_ycbcr_conversion: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§sampler_ycbcr_conversion: u32
§_marker: PhantomData<&'a ()>