Class VkPhysicalDeviceCooperativeVectorPropertiesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCooperativeVectorPropertiesNV extends Struct<VkPhysicalDeviceCooperativeVectorPropertiesNV> implements NativeResource
struct VkPhysicalDeviceCooperativeVectorPropertiesNV {
    VkStructureType sType;
    void * pNext;
    VkShaderStageFlags cooperativeVectorSupportedStages;
    VkBool32 cooperativeVectorTrainingFloat16Accumulation;
    VkBool32 cooperativeVectorTrainingFloat32Accumulation;
    uint32_t maxCooperativeVectorComponents;
}