Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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 5558 of file vulkan_core.h.
uint8_t VkPhysicalDeviceIDProperties::deviceLUID[VK_LUID_SIZE] |
Definition at line 5563 of file vulkan_core.h.
VkBool32 VkPhysicalDeviceIDProperties::deviceLUIDValid |
Definition at line 5565 of file vulkan_core.h.
uint32_t VkPhysicalDeviceIDProperties::deviceNodeMask |
Definition at line 5564 of file vulkan_core.h.
uint8_t VkPhysicalDeviceIDProperties::deviceUUID[VK_UUID_SIZE] |
Definition at line 5561 of file vulkan_core.h.
uint8_t VkPhysicalDeviceIDProperties::driverUUID[VK_UUID_SIZE] |
Definition at line 5562 of file vulkan_core.h.
void* VkPhysicalDeviceIDProperties::pNext |
Definition at line 5560 of file vulkan_core.h.
VkStructureType VkPhysicalDeviceIDProperties::sType |
Definition at line 5559 of file vulkan_core.h.