#[repr(C)]pub struct SamplerCubicWeightsCreateInfoQCOM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub cubic_weights: CubicFilterWeightsQCOM,
}Expand description
VkSamplerCubicWeightsCreateInfoQCOM
Provided by VK_QCOM_filter_cubic_weights.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SAMPLER_CUBIC_WEIGHTS_CREATE_INFO_QCOM.
p_next: *const c_voidOptional, may be null.
cubic_weights: CubicFilterWeightsQCOMImplementations§
Source§impl SamplerCubicWeightsCreateInfoQCOM
impl SamplerCubicWeightsCreateInfoQCOM
Sourcepub fn builder<'a>() -> SamplerCubicWeightsCreateInfoQCOMBuilder<'a>
pub fn builder<'a>() -> SamplerCubicWeightsCreateInfoQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for SamplerCubicWeightsCreateInfoQCOM
impl Clone for SamplerCubicWeightsCreateInfoQCOM
Source§fn clone(&self) -> SamplerCubicWeightsCreateInfoQCOM
fn clone(&self) -> SamplerCubicWeightsCreateInfoQCOM
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 SamplerCubicWeightsCreateInfoQCOM
impl ExtendsSamplerCreateInfo for SamplerCubicWeightsCreateInfoQCOM
Auto Trait Implementations§
impl Freeze for SamplerCubicWeightsCreateInfoQCOM
impl RefUnwindSafe for SamplerCubicWeightsCreateInfoQCOM
impl !Send for SamplerCubicWeightsCreateInfoQCOM
impl !Sync for SamplerCubicWeightsCreateInfoQCOM
impl Unpin for SamplerCubicWeightsCreateInfoQCOM
impl UnsafeUnpin for SamplerCubicWeightsCreateInfoQCOM
impl UnwindSafe for SamplerCubicWeightsCreateInfoQCOM
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