|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkQueueFamilyProperties:Data Fields | |
| VkQueueFlags | queueFlags |
| uint32_t | queueCount |
| uint32_t | timestampValidBits |
| VkExtent3D | minImageTransferGranularity |
Definition at line 2000 of file vulkan_core.h.
| VkExtent3D VkQueueFamilyProperties::minImageTransferGranularity |
Definition at line 2004 of file vulkan_core.h.
| uint32_t VkQueueFamilyProperties::queueCount |
Definition at line 2002 of file vulkan_core.h.
| VkQueueFlags VkQueueFamilyProperties::queueFlags |
Definition at line 2001 of file vulkan_core.h.
| uint32_t VkQueueFamilyProperties::timestampValidBits |
Definition at line 2003 of file vulkan_core.h.