Struct lava::VkSamplerYcbcrConversionCreateInfo[][src]

pub struct VkSamplerYcbcrConversionCreateInfo {
    pub format: VkFormat,
    pub ycbcr_model: VkSamplerYcbcrModelConversion,
    pub ycbcr_range: VkSamplerYcbcrRange,
    pub components: VkComponentMapping,
    pub x_chroma_offset: VkChromaLocation,
    pub y_chroma_offset: VkChromaLocation,
    pub chroma_filter: VkFilter,
    pub force_explicit_reconstruction: bool,
}

Fields

Trait Implementations

impl Debug for VkSamplerYcbcrConversionCreateInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for VkSamplerYcbcrConversionCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSamplerYcbcrConversionCreateInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations