Class VkPhysicalDeviceDriverProperties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDeviceDriverPropertiesKHR

public class VkPhysicalDeviceDriverProperties extends Struct<VkPhysicalDeviceDriverProperties> implements NativeResource

 struct VkPhysicalDeviceDriverProperties {
     VkStructureType sType;
     void * pNext;
     VkDriverId driverID;
     char driverName[VK_MAX_DRIVER_NAME_SIZE];
     char driverInfo[VK_MAX_DRIVER_INFO_SIZE];
     {@link VkConformanceVersion VkConformanceVersion} conformanceVersion;
 }