HDK
|
#include <vulkan_core.h>
Public Attributes | |
uint32_t | apiVersion |
uint32_t | driverVersion |
uint32_t | vendorID |
uint32_t | deviceID |
VkPhysicalDeviceType | deviceType |
char | deviceName [VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] |
uint8_t | pipelineCacheUUID [VK_UUID_SIZE] |
VkPhysicalDeviceLimits | limits |
VkPhysicalDeviceSparseProperties | sparseProperties |
Definition at line 3155 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::apiVersion |
Definition at line 3156 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::deviceID |
Definition at line 3159 of file vulkan_core.h.
char VkPhysicalDeviceProperties::deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] |
Definition at line 3161 of file vulkan_core.h.
VkPhysicalDeviceType VkPhysicalDeviceProperties::deviceType |
Definition at line 3160 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::driverVersion |
Definition at line 3157 of file vulkan_core.h.
VkPhysicalDeviceLimits VkPhysicalDeviceProperties::limits |
Definition at line 3163 of file vulkan_core.h.
uint8_t VkPhysicalDeviceProperties::pipelineCacheUUID[VK_UUID_SIZE] |
Definition at line 3162 of file vulkan_core.h.
VkPhysicalDeviceSparseProperties VkPhysicalDeviceProperties::sparseProperties |
Definition at line 3164 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::vendorID |
Definition at line 3158 of file vulkan_core.h.