#[repr(transparent)]pub struct PhysicalDeviceCooperativeMatrixFeaturesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceCooperativeMatrixFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceCooperativeMatrixFeaturesNVBuilder<'a>
pub fn cooperative_matrix(self, cooperative_matrix: bool) -> Self
pub fn cooperative_matrix_robust_buffer_access( self, cooperative_matrix_robust_buffer_access: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceCooperativeMatrixFeaturesNV
pub fn build(self) -> PhysicalDeviceCooperativeMatrixFeaturesNV
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.