SDL 2.0
|
#include <vulkan_core.h>
Definition at line 1988 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::apiVersion |
Definition at line 1989 of file vulkan_core.h.
Referenced by findPhysicalDevice().
uint32_t VkPhysicalDeviceProperties::deviceID |
Definition at line 1992 of file vulkan_core.h.
char VkPhysicalDeviceProperties::deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] |
Definition at line 1994 of file vulkan_core.h.
VkPhysicalDeviceType VkPhysicalDeviceProperties::deviceType |
Definition at line 1993 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::driverVersion |
Definition at line 1990 of file vulkan_core.h.
VkPhysicalDeviceLimits VkPhysicalDeviceProperties::limits |
Definition at line 1996 of file vulkan_core.h.
uint8_t VkPhysicalDeviceProperties::pipelineCacheUUID[VK_UUID_SIZE] |
Definition at line 1995 of file vulkan_core.h.
VkPhysicalDeviceSparseProperties VkPhysicalDeviceProperties::sparseProperties |
Definition at line 1997 of file vulkan_core.h.
uint32_t VkPhysicalDeviceProperties::vendorID |
Definition at line 1991 of file vulkan_core.h.