Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
uint32_t | apiVersion |
uint32_t | driverVersion |
uint32_t | vendorID |
uint32_t | deviceID |
VkPhysicalDeviceType | deviceType |
char | deviceName [256U] |
uint8_t | pipelineCacheUUID [16U] |
VkPhysicalDeviceLimits | limits |
VkPhysicalDeviceSparseProperties | sparseProperties |
Definition at line 3162 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::apiVersion |
Definition at line 3163 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::deviceID |
Definition at line 3166 of file vulkan_core.h.
char VkPhysicalDeviceProperties::deviceName[256U] |
Definition at line 3168 of file vulkan_core.h.
VkPhysicalDeviceType VkPhysicalDeviceProperties::deviceType |
Definition at line 3167 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::driverVersion |
Definition at line 3164 of file vulkan_core.h.
VkPhysicalDeviceLimits VkPhysicalDeviceProperties::limits |
Definition at line 3170 of file vulkan_core.h.
uint8_t VkPhysicalDeviceProperties::pipelineCacheUUID[16U] |
Definition at line 3169 of file vulkan_core.h.
VkPhysicalDeviceSparseProperties VkPhysicalDeviceProperties::sparseProperties |
Definition at line 3171 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::vendorID |
Definition at line 3165 of file vulkan_core.h.