Struct ash::vk::SamplerYcbcrConversionCreateInfo [−][src]
#[repr(C)]pub struct SamplerYcbcrConversionCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub format: Format, pub ycbcr_model: SamplerYcbcrModelConversion, pub ycbcr_range: SamplerYcbcrRange, pub components: ComponentMapping, pub x_chroma_offset: ChromaLocation, pub y_chroma_offset: ChromaLocation, pub chroma_filter: Filter, pub force_explicit_reconstruction: Bool32, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidformat: Formatycbcr_model: SamplerYcbcrModelConversionycbcr_range: SamplerYcbcrRangecomponents: ComponentMappingx_chroma_offset: ChromaLocationy_chroma_offset: ChromaLocationchroma_filter: Filterforce_explicit_reconstruction: Bool32Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for SamplerYcbcrConversionCreateInfo
impl !Sync for SamplerYcbcrConversionCreateInfo
impl Unpin for SamplerYcbcrConversionCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more