Class VkPhysicalDeviceDrmPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceDrmPropertiesEXT extends Struct<VkPhysicalDeviceDrmPropertiesEXT> implements NativeResource
struct VkPhysicalDeviceDrmPropertiesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 hasPrimary;
    VkBool32 hasRender;
    int64_t primaryMajor;
    int64_t primaryMinor;
    int64_t renderMajor;
    int64_t renderMinor;
}