Class VkPhysicalDeviceCooperativeMatrixPropertiesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCooperativeMatrixPropertiesNV extends Struct<VkPhysicalDeviceCooperativeMatrixPropertiesNV> implements NativeResource
Structure describing cooperative matrix properties supported by an implementation.
Description

If the VkPhysicalDeviceCooperativeMatrixPropertiesNV structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceCooperativeMatrixPropertiesNV {
     VkStructureType sType();
     void * pNext();
     VkShaderStageFlags cooperativeMatrixSupportedStages();
 }