Class VkPhysicalDeviceCooperativeVectorFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCooperativeVectorFeaturesNV extends Struct<VkPhysicalDeviceCooperativeVectorFeaturesNV> implements NativeResource

 struct VkPhysicalDeviceCooperativeVectorFeaturesNV {
     VkStructureType sType;
     void * pNext;
     VkBool32 cooperativeVector;
     VkBool32 cooperativeVectorTraining;
 }