Class VkPhysicalDeviceIDProperties

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

public class VkPhysicalDeviceIDProperties extends Struct<VkPhysicalDeviceIDProperties> implements NativeResource
struct VkPhysicalDeviceIDProperties {
    VkStructureType sType;
    void * pNext;
    uint8_t deviceUUID[VK_UUID_SIZE];
    uint8_t driverUUID[VK_UUID_SIZE];
    uint8_t deviceLUID[VK_LUID_SIZE];
    uint32_t deviceNodeMask;
    VkBool32 deviceLUIDValid;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • STYPE

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • DEVICEUUID

      public static final int DEVICEUUID
      The struct member offsets.
    • DRIVERUUID

      public static final int DRIVERUUID
      The struct member offsets.
    • DEVICELUID

      public static final int DEVICELUID
      The struct member offsets.
    • DEVICENODEMASK

      public static final int DEVICENODEMASK
      The struct member offsets.
    • DEVICELUIDVALID

      public static final int DEVICELUIDVALID
      The struct member offsets.
  • Constructor Details

    • VkPhysicalDeviceIDProperties

      public VkPhysicalDeviceIDProperties(ByteBuffer container)
      Creates a VkPhysicalDeviceIDProperties instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details