Class VkCooperativeMatrixPropertiesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCooperativeMatrixPropertiesNV extends Struct<VkCooperativeMatrixPropertiesNV> implements NativeResource

 struct VkCooperativeMatrixPropertiesNV {
     VkStructureType sType;
     void * pNext;
     uint32_t MSize;
     uint32_t NSize;
     uint32_t KSize;
     VkComponentTypeNV AType;
     VkComponentTypeNV BType;
     VkComponentTypeNV CType;
     VkComponentTypeNV DType;
     VkScopeNV scope;
 }