Class VkPhysicalDeviceCooperativeMatrixPropertiesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCooperativeMatrixPropertiesNV extends Struct<VkPhysicalDeviceCooperativeMatrixPropertiesNV> implements NativeResource

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