Struct ash::vk::NvCooperativeMatrixFn [−][src]
pub struct NvCooperativeMatrixFn { pub get_physical_device_cooperative_matrix_properties_nv: extern "system" fn(physical_device: PhysicalDevice, p_property_count: *mut u32, p_properties: *mut CooperativeMatrixPropertiesNV) -> Result, }
Fields
get_physical_device_cooperative_matrix_properties_nv: extern "system" fn(physical_device: PhysicalDevice, p_property_count: *mut u32, p_properties: *mut CooperativeMatrixPropertiesNV) -> Result
Implementations
pub unsafe fn get_physical_device_cooperative_matrix_properties_nv(
&self,
physical_device: PhysicalDevice,
p_property_count: *mut u32,
p_properties: *mut CooperativeMatrixPropertiesNV
) -> Result
pub unsafe fn get_physical_device_cooperative_matrix_properties_nv(
&self,
physical_device: PhysicalDevice,
p_property_count: *mut u32,
p_properties: *mut CooperativeMatrixPropertiesNV
) -> Result
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NvCooperativeMatrixFn
impl Unpin for NvCooperativeMatrixFn
impl UnwindSafe for NvCooperativeMatrixFn
Blanket Implementations
Mutably borrows from an owned value. Read more