Struct ash::vk::PhysicalDeviceCooperativeMatrixPropertiesNV [−][src]
#[repr(C)]pub struct PhysicalDeviceCooperativeMatrixPropertiesNV { pub s_type: StructureType, pub p_next: *mut c_void, pub cooperative_matrix_supported_stages: ShaderStageFlags, }
Expand description
Fields
s_type: StructureTypep_next: *mut c_voidcooperative_matrix_supported_stages: ShaderStageFlagsImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more