#[repr(C)]pub struct SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub enable_y_degamma: u32,
pub enable_cb_cr_degamma: u32,
}Expand description
VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
Provided by VK_QCOM_ycbcr_degamma.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_YCBCR_DEGAMMA_CREATE_INFO_QCOM.
p_next: *mut c_voidOptional, may be null.
enable_y_degamma: u32§enable_cb_cr_degamma: u32Implementations§
Source§impl SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
impl SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
Sourcepub fn builder<'a>() -> SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOMBuilder<'a>
pub fn builder<'a>() -> SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
impl Clone for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
Source§fn clone(&self) -> SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
fn clone(&self) -> SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
Returns a duplicate 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 moreimpl Copy for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
impl ExtendsSamplerYcbcrConversionCreateInfo for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
Auto Trait Implementations§
impl Freeze for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
impl RefUnwindSafe for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
impl !Send for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
impl !Sync for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
impl Unpin for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
impl UnsafeUnpin for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
impl UnwindSafe for SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
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