|
SDL
2.0
|
#include <vulkan_core.h>
Data Fields | |
| 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 |
Definition at line 4401 of file vulkan_core.h.
| uint8_t VkPhysicalDeviceIDProperties::deviceLUID[VK_LUID_SIZE] |
Definition at line 4406 of file vulkan_core.h.
| VkBool32 VkPhysicalDeviceIDProperties::deviceLUIDValid |
Definition at line 4408 of file vulkan_core.h.
| uint32_t VkPhysicalDeviceIDProperties::deviceNodeMask |
Definition at line 4407 of file vulkan_core.h.
| uint8_t VkPhysicalDeviceIDProperties::deviceUUID[VK_UUID_SIZE] |
Definition at line 4404 of file vulkan_core.h.
| uint8_t VkPhysicalDeviceIDProperties::driverUUID[VK_UUID_SIZE] |
Definition at line 4405 of file vulkan_core.h.
| void* VkPhysicalDeviceIDProperties::pNext |
Definition at line 4403 of file vulkan_core.h.
| VkStructureType VkPhysicalDeviceIDProperties::sType |
Definition at line 4402 of file vulkan_core.h.