Class VkPhysicalDeviceShaderLongVectorPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceShaderLongVectorPropertiesEXT extends Struct<VkPhysicalDeviceShaderLongVectorPropertiesEXT> implements NativeResource
struct VkPhysicalDeviceShaderLongVectorPropertiesEXT {
    VkStructureType sType;
    void * pNext;
    uint32_t maxVectorComponents;
}