Class VkPhysicalDeviceCooperativeMatrixFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCooperativeMatrixFeaturesNV extends Struct<VkPhysicalDeviceCooperativeMatrixFeaturesNV> implements NativeResource

 struct VkPhysicalDeviceCooperativeMatrixFeaturesNV {
     VkStructureType sType;
     void * pNext;
     VkBool32 cooperativeMatrix;
     VkBool32 cooperativeMatrixRobustBufferAccess;
 }