pub struct PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVE with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a>
impl<'a> PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a>
pub fn shader_mixed_float_dot_product_float16_acc_float32( self, value: bool, ) -> Self
pub fn shader_mixed_float_dot_product_float16_acc_float16( self, value: bool, ) -> Self
pub fn shader_mixed_float_dot_product_b_float16_acc(self, value: bool) -> Self
pub fn shader_mixed_float_dot_product_float8_acc_float32( self, value: bool, ) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceShaderMixedFloatDotProductFeaturesVALVE>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceShaderMixedFloatDotProductFeaturesVALVE>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVE’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a>
impl<'a> Deref for PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a>
impl<'a> !Send for PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a>
impl<'a> !Sync for PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a>
impl<'a> Unpin for PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceShaderMixedFloatDotProductFeaturesVALVEBuilder<'a>
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