Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
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 5519 of file vulkan_core.h.
uint8_t VkPhysicalDeviceIDProperties::deviceLUID[VK_LUID_SIZE] |
Definition at line 5524 of file vulkan_core.h.
VkBool32 VkPhysicalDeviceIDProperties::deviceLUIDValid |
Definition at line 5526 of file vulkan_core.h.
uint32_t VkPhysicalDeviceIDProperties::deviceNodeMask |
Definition at line 5525 of file vulkan_core.h.
uint8_t VkPhysicalDeviceIDProperties::deviceUUID[VK_UUID_SIZE] |
Definition at line 5522 of file vulkan_core.h.
uint8_t VkPhysicalDeviceIDProperties::driverUUID[VK_UUID_SIZE] |
Definition at line 5523 of file vulkan_core.h.
void* VkPhysicalDeviceIDProperties::pNext |
Definition at line 5521 of file vulkan_core.h.
VkStructureType VkPhysicalDeviceIDProperties::sType |
Definition at line 5520 of file vulkan_core.h.