|
CeresEngine 0.2.0
A game development framework
|
Struct that contains information about each queue family supported by the device. More...
#include <CeresEngine/RenderAPI/Vulkan/VKCommon.hpp>
Public Attributes | |
| UInt32 | index |
| The queue family index. | |
| VkQueueFamilyProperties | properties |
| A structure that contains properties of the queue family. | |
| UInt32 | usageCount = 0 |
| The number of queues already allocated on this family. | |
Struct that contains information about each queue family supported by the device.
| UInt32 CeresEngine::VKQueueFamilyAssigner::FamilyInfo::index |
The queue family index.
| VkQueueFamilyProperties CeresEngine::VKQueueFamilyAssigner::FamilyInfo::properties |
A structure that contains properties of the queue family.
| UInt32 CeresEngine::VKQueueFamilyAssigner::FamilyInfo::usageCount = 0 |
The number of queues already allocated on this family.
This must not exceed properties.queueCount.