|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/RenderAPI/Vulkan/VKCommandQueue.hpp>
Public Attributes | |
| Mutex | mutex |
Public Attributes inherited from CeresEngine::TDeviceObject< GPUCommandQueueDescriptor > | |
| const Descriptor & | descriptor |
| A structure that describes the object and it's properties. | |
Public Attributes inherited from CeresEngine::GPUDeviceObject | |
| GPUDevice & | device |
| The owning device this object was created from. | |
Public Attributes inherited from CeresEngine::VKDeviceObjectBase | |
| VKDevice & | deviceVK |
The owning VKDevice instance. | |
Private Attributes | |
| const GPUCommandQueueDescriptor | mDescriptorVK |
| A structure that describes the command queue and it's properties. | |
| VkQueue | mQueue |
| The Vulkan queue object. | |
| UInt32 | mFamilyIndex = 0 |
| The Vulkan queue getFamilyIndex index. | |
Friends | |
| class | VKCommandBuffer |
Additional Inherited Members | |
Public Types inherited from CeresEngine::TDeviceObject< GPUCommandQueueDescriptor > | |
| using | Descriptor = GPUCommandQueueDescriptor |
| An type-alias to the descriptor struct type. | |
Static Public Member Functions inherited from CeresEngine::VKObject< ChildTypeName, ParentType > | |
| static RC< ChildTypeName > | cast (const RC< ParentType > &ptr) |
Casts a RC containing a ParentType pointer to a pointer to a pointer to a ChildTypeName. | |
| static ChildTypeName & | cast (ParentType &object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static const ChildTypeName & | cast (const ParentType &object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static ChildTypeName * | cast (ParentType *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static const ChildTypeName * | cast (const ParentType *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
Static Public Member Functions inherited from CeresEngine::VKObjectBase | |
| static void * | operator new (size_t size) noexcept |
| static void | operator delete (void *p, std::size_t sz) noexcept |
Protected Member Functions inherited from CeresEngine::GPUObject | |
| virtual void | destroy () noexcept |
| A internal method called by the system when the object reference count reaches zero. | |
Protected Member Functions inherited from CeresEngine::VKDeviceObject< VKCommandQueue, GPUCommandQueue > | |
| VKDeviceObject (VKDevice &device) noexcept | |
Creates a new VKDeviceObject from the given device. | |
| CeresEngine::VKCommandQueue::VKCommandQueue | ( | VKDevice & | device, |
| UInt32 | familyIndex, | ||
| VkQueue | queue | ||
| ) |
|
final |
|
finalvirtual |
Implements CeresEngine::GPUCommandQueue.
|
inline |
The Vulkan queue getFamilyIndex index.
|
inlinenoexcept |
The Vulkan queue object.
|
finalvirtual |
Implements CeresEngine::GPUCommandQueue.
|
finalvirtual |
Implements CeresEngine::GPUCommandQueue.
|
friend |
|
private |
A structure that describes the command queue and it's properties.
|
private |
The Vulkan queue getFamilyIndex index.
|
private |
The Vulkan queue object.
|
mutable |