#include <GraphicsSemaphore.hpp>
|
| void | Init (GraphicsAdapter *adapter) |
| | Initialize this as a child object for an adapter. Also invokes IObject::Init, derived classes should use that for initialization.
|
| |
| void | Init () override |
| | Run the initialization logic of this object. Should be overriden by deriving classes.
|
| |
| GraphicsAdapter * | GetAdapter () |
| |
| template<class T > |
| T * | GetTypedAdapter () |
| |
| virtual void | Destroy () |
| | Run the destruction logic of this class. This also frees its memory.
|
| |
◆ Destroy()
| void Faro::IObject::Destroy |
( |
| ) |
|
|
virtualinherited |
Run the destruction logic of this class. This also frees its memory.
- Warning
- When overriding, the super call must be performed last
Reimplemented in Faro::DataStream, Faro::DataStreamCopy, Faro::GraphicsBufferContainer, Faro::GraphicsSwapchain, Faro::GraphicsBufferVK, Faro::GraphicsCommandListVK, Faro::GraphicsFenceVK, Faro::GraphicsPipelineVK, Faro::GraphicsSemaphoreVK, and Faro::GraphicsSwapchainVK.
◆ GetAdapter()
◆ GetTypedAdapter()
template<class T >
| T * Faro::IGraphicsAdapterChild::GetTypedAdapter |
( |
| ) |
|
|
inlineinherited |
◆ Init() [1/2]
| void Faro::IGraphicsAdapterChild::Init |
( |
| ) |
|
|
overridevirtual |
◆ Init() [2/2]
Initialize this as a child object for an adapter. Also invokes IObject::Init, derived classes should use that for initialization.
- Parameters
-
| adapter | Graphics adapter to initialize this child on. |
The documentation for this class was generated from the following file: