Type Alias PhysicalDeviceSamplerYcbcrConversionFeaturesKHR

Source
pub type PhysicalDeviceSamplerYcbcrConversionFeaturesKHR = PhysicalDeviceSamplerYcbcrConversionFeatures;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceSamplerYcbcrConversionFeaturesKHR { pub sType: u32, pub pNext: *mut c_void, pub samplerYcbcrConversion: u32, }

Fields§

§sType: u32§pNext: *mut c_void§samplerYcbcrConversion: u32