|
CeresEngine 0.2.0
A game development framework
|
Metal RenderAPI device object. More...
#include <CeresEngine/RenderAPI/Metal/MTDevice.hpp>
Public Types | |
| using | MTLDeviceType = void * |
Private Attributes | |
| MTLDeviceType | mDevice |
| The Metal API device object. | |
| MTRenderAPI & | mRenderAPI |
The owning MTRenderAPI instance. | |
| ThreadPool | mTransferExecutor {1} |
| The executor used to run the transfer operations on. | |
| GPUDeviceInfo | mInformation |
| The The device information structure. | |
| GPURenderingCapabilities | mCapabilities |
| MTCommandQueuePtr | mCommandQueue |
| The Metal graphics queue. | |
| GPURenderPassPtr | mDefaultRenderPass |
| The default render pass. | |
| GPURenderTargetPtr | mDefaultRenderTarget |
| The default render target object. | |
Friends | |
| class | MTCommandQueue |
Additional Inherited Members | |
Static Public Member Functions inherited from CeresEngine::MTObject< MTDevice, GPUDevice > | |
| static RC< MTDevice > | cast (const RC< GPUDevice > &ptr) |
Casts a RC containing a ParentType pointer to a pointer to a pointer to a ChildTypeName. | |
| static MTDevice & | cast (GPUDevice &object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static const MTDevice & | cast (const GPUDevice &object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static MTDevice * | cast (GPUDevice *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static const MTDevice * | cast (const GPUDevice *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static RC< MTDevice > | safeCast (const RC< GPUDevice > &ptr) |
Safely casts a RC containing a ParentType pointer to a pointer to a pointer to a ChildTypeName. | |
| static MTDevice * | safeCast (GPUDevice *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static const MTDevice * | safeCast (const GPUDevice *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
Public Attributes inherited from CeresEngine::GPUDevice | |
| ExecutionContext & | transferExecutionContext |
| const GPUDeviceInfo & | information |
| The The device information structure. | |
| const GPURenderingCapabilities & | capabilities |
| The device capabilities structure. | |
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. | |
Metal RenderAPI device object.
|
explicit |
|
final |
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
inline |
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
inline |
|
inline |
MTRenderAPI instance.
|
finalvirtual |
Implements CeresEngine::GPUDevice.
|
inlinenoexcept |
The Metal API device object.
|
friend |
|
private |
|
private |
The Metal graphics queue.
|
private |
The default render pass.
|
private |
The default render target object.
|
private |
The Metal API device object.
|
private |
The The device information structure.
|
private |
The owning MTRenderAPI instance.
|
private |
The executor used to run the transfer operations on.