pub trait NvCooperativeMatrixExtension: DeviceV1_0 {
    const METADATA: Extension = NV_COOPERATIVE_MATRIX_EXTENSION;

    // Provided method
    unsafe fn get_physical_device_cooperative_matrix_properties_nv(
        &self,
        physical_device: PhysicalDevice
    ) -> VkResult<Vec<CooperativeMatrixPropertiesNV>> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = NV_COOPERATIVE_MATRIX_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§