pub type SamplerYcbcrRangeKHR = SamplerYcbcrRange;
Aliased Type§
struct SamplerYcbcrRangeKHR(pub(crate) i32);
Fields§
§0: i32
Implementations
Source§impl SamplerYcbcrRange
impl SamplerYcbcrRange
Sourcepub const ITU_NARROW: Self
pub const ITU_NARROW: Self
Luma 0..1 maps to 16..235, chroma -0.5..0.5 to 16..240
Source§impl SamplerYcbcrRange
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
impl SamplerYcbcrRange
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
pub const ITU_FULL_KHR: Self = Self::ITU_FULL
pub const ITU_NARROW_KHR: Self = Self::ITU_NARROW
Trait Implementations
Source§impl Clone for SamplerYcbcrRange
impl Clone for SamplerYcbcrRange
Source§fn clone(&self) -> SamplerYcbcrRange
fn clone(&self) -> SamplerYcbcrRange
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 Debug for SamplerYcbcrRange
impl Debug for SamplerYcbcrRange
Source§impl Default for SamplerYcbcrRange
impl Default for SamplerYcbcrRange
Source§fn default() -> SamplerYcbcrRange
fn default() -> SamplerYcbcrRange
Returns the “default value” for a type. Read more
Source§impl Hash for SamplerYcbcrRange
impl Hash for SamplerYcbcrRange
Source§impl Ord for SamplerYcbcrRange
impl Ord for SamplerYcbcrRange
Source§fn cmp(&self, other: &SamplerYcbcrRange) -> Ordering
fn cmp(&self, other: &SamplerYcbcrRange) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more