Class VkPhysicalDeviceCooperativeMatrix2PropertiesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCooperativeMatrix2PropertiesNV extends Struct<VkPhysicalDeviceCooperativeMatrix2PropertiesNV> implements NativeResource

 struct VkPhysicalDeviceCooperativeMatrix2PropertiesNV {
     VkStructureType sType;
     void * pNext;
     uint32_t cooperativeMatrixWorkgroupScopeMaxWorkgroupSize;
     uint32_t cooperativeMatrixFlexibleDimensionsMaxDimension;
     uint32_t cooperativeMatrixWorkgroupScopeReservedSharedMemory;
 }