• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkPhysicalDeviceIDProperties,VkPhysicalDeviceIDProperties]]
3[source,c++]
4----
5typedef struct VkPhysicalDeviceIDProperties {
6    VkStructureType    sType;
7    void*              pNext;
8    uint8_t            deviceUUID[VK_UUID_SIZE];
9    uint8_t            driverUUID[VK_UUID_SIZE];
10    uint8_t            deviceLUID[VK_LUID_SIZE];
11    uint32_t           deviceNodeMask;
12    VkBool32           deviceLUIDValid;
13} VkPhysicalDeviceIDProperties;
14----
15