pub struct PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceCooperativeVectorPropertiesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'a>
impl<'a> PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'a>
pub fn cooperative_vector_supported_stages( self, value: ShaderStageFlags, ) -> Self
pub fn cooperative_vector_training_float16_accumulation( self, value: bool, ) -> Self
pub fn cooperative_vector_training_float32_accumulation( self, value: bool, ) -> Self
pub fn max_cooperative_vector_components(self, value: u32) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceCooperativeVectorPropertiesNVBuilder<'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