Type Alias SamplerYcbcrConversionCreateInfoKHR

Source
pub type SamplerYcbcrConversionCreateInfoKHR = SamplerYcbcrConversionCreateInfo;

Aliased Type§

struct SamplerYcbcrConversionCreateInfoKHR {
    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: u32,
}

Fields§

§s_type: StructureType§p_next: *const c_void§format: Format§ycbcr_model: SamplerYcbcrModelConversion§ycbcr_range: SamplerYcbcrRange§components: ComponentMapping§x_chroma_offset: ChromaLocation§y_chroma_offset: ChromaLocation§chroma_filter: Filter§force_explicit_reconstruction: u32

Implementations

Trait Implementations

Source§

impl Clone for SamplerYcbcrConversionCreateInfo

Source§

fn clone(&self) -> SamplerYcbcrConversionCreateInfo

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for SamplerYcbcrConversionCreateInfo

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for SamplerYcbcrConversionCreateInfo