Struct ash::vk::PhysicalDeviceCooperativeMatrixFeaturesNVBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceCooperativeMatrixFeaturesNVBuilder<'a> { /* fields omitted */ }
Implementations
pub fn cooperative_matrix(
self,
cooperative_matrix: bool
) -> PhysicalDeviceCooperativeMatrixFeaturesNVBuilder<'a>
pub fn cooperative_matrix_robust_buffer_access(
self,
cooperative_matrix_robust_buffer_access: bool
) -> PhysicalDeviceCooperativeMatrixFeaturesNVBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceCooperativeMatrixFeaturesNV>
Trait Implementations
The resulting type after dereferencing.