#include <vulkan_core.h>
Definition at line 1852 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::apiVersion |
Definition at line 1853 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::deviceID |
Definition at line 1856 of file vulkan_core.h.
char VkPhysicalDeviceProperties::deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] |
Definition at line 1858 of file vulkan_core.h.
VkPhysicalDeviceType VkPhysicalDeviceProperties::deviceType |
Definition at line 1857 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::driverVersion |
Definition at line 1854 of file vulkan_core.h.
VkPhysicalDeviceLimits VkPhysicalDeviceProperties::limits |
Definition at line 1860 of file vulkan_core.h.
uint8_t VkPhysicalDeviceProperties::pipelineCacheUUID[VK_UUID_SIZE] |
Definition at line 1859 of file vulkan_core.h.
VkPhysicalDeviceSparseProperties VkPhysicalDeviceProperties::sparseProperties |
Definition at line 1861 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::vendorID |
Definition at line 1855 of file vulkan_core.h.