#[repr(transparent)]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.