Struct ash::vk::SamplerYcbcrConversionCreateInfo
source · #[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: 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: Bool32
Implementations§
source§impl SamplerYcbcrConversionCreateInfo
impl SamplerYcbcrConversionCreateInfo
pub fn builder<'a>() -> SamplerYcbcrConversionCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for SamplerYcbcrConversionCreateInfo
impl Clone for SamplerYcbcrConversionCreateInfo
source§fn clone(&self) -> SamplerYcbcrConversionCreateInfo
fn clone(&self) -> SamplerYcbcrConversionCreateInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl TaggedStructure for SamplerYcbcrConversionCreateInfo
impl TaggedStructure for SamplerYcbcrConversionCreateInfo
const STRUCTURE_TYPE: StructureType = StructureType::SAMPLER_YCBCR_CONVERSION_CREATE_INFO
impl Copy for SamplerYcbcrConversionCreateInfo
Auto Trait Implementations§
impl Freeze for SamplerYcbcrConversionCreateInfo
impl RefUnwindSafe for SamplerYcbcrConversionCreateInfo
impl !Send for SamplerYcbcrConversionCreateInfo
impl !Sync for SamplerYcbcrConversionCreateInfo
impl Unpin for SamplerYcbcrConversionCreateInfo
impl UnwindSafe for SamplerYcbcrConversionCreateInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more