#[repr(C)]pub struct PhysicalDeviceCooperativeMatrixPropertiesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub cooperative_matrix_supported_stages: ShaderStageFlags,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§cooperative_matrix_supported_stages: ShaderStageFlags
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
impl<'a> PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
pub fn cooperative_matrix_supported_stages( self, cooperative_matrix_supported_stages: ShaderStageFlags, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
impl<'a> Clone for PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
source§fn clone(&self) -> PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
fn clone(&self) -> PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
impl<'a> Debug for PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
impl<'a> TaggedStructure for PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COOPERATIVE_MATRIX_PROPERTIES_NV
impl<'a> Copy for PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCooperativeMatrixPropertiesNV<'_>
impl Send for PhysicalDeviceCooperativeMatrixPropertiesNV<'_>
impl Sync for PhysicalDeviceCooperativeMatrixPropertiesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
impl<'a> Unpin for PhysicalDeviceCooperativeMatrixPropertiesNV<'a>
impl<'a> UnwindSafe for PhysicalDeviceCooperativeMatrixPropertiesNV<'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