|
CeresEngine 0.2.0
A game development framework
|
Metal RenderAPI command queue object. More...
#include <CeresEngine/RenderAPI/Metal/MTCommandQueue.hpp>
Public Types | |
| using | MTLCommandQueueType = void * |
Public Types inherited from CeresEngine::TDeviceObject< GPUCommandQueueDescriptor > | |
| using | Descriptor = GPUCommandQueueDescriptor |
| An type-alias to the descriptor struct type. | |
Private Attributes | |
| const GPUCommandQueueDescriptor | mDescriptor |
The CommandQueue descriptor structure. | |
| MTLCommandQueueType | mCommandQueue |
| The Metal API command queue object. | |
| MTCommandBufferPtr | mCommandBuffer |
| The pending Metal command buffer. | |
Additional Inherited Members | |
Static Public Member Functions inherited from CeresEngine::MTObject< 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 RC< ChildTypeName > | safeCast (const RC< ParentType > &ptr) |
Safely 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 ChildTypeName * | safeCast (ParentType *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static const ChildTypeName * | safeCast (const ParentType *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
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. | |
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::MTDeviceObject< MTCommandQueue, GPUCommandQueue > | |
| MTDeviceObject (MTDevicePtr device) | |
Creates a new MTDeviceObject from the given device. | |
Protected Attributes inherited from CeresEngine::MTDeviceObject< MTCommandQueue, GPUCommandQueue > | |
| MTDevice & | deviceMT |
The owning MTDevice instance. | |
Metal RenderAPI command queue object.
|
explicit |
|
final |
|
finalvirtual |
Implements CeresEngine::GPUCommandQueue.
|
inlinenoexcept |
The Metal API command queue object.
|
finalvirtual |
Implements CeresEngine::GPUCommandQueue.
|
finalvirtual |
Implements CeresEngine::GPUCommandQueue.
|
private |
The pending Metal command buffer.
|
private |
The Metal API command queue object.
|
private |
The CommandQueue descriptor structure.