pub struct PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a>
pub fn cooperative_matrix_supported_stages( self, cooperative_matrix_supported_stages: ShaderStageFlags ) -> Self
sourcepub fn build(self) -> PhysicalDeviceCooperativeMatrixPropertiesNV
pub fn build(self) -> PhysicalDeviceCooperativeMatrixPropertiesNV
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceCooperativeMatrixPropertiesNVBuilder<'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