#include <GraphicsSwapchainVK.hpp>
|
| void | Init () override |
| | Run the initialization logic of this object. Should be overriden by deriving classes.
|
| |
| void | CreateBackbuffer () |
| |
◆ CreateBackbuffer()
| void Faro::GraphicsSwapchain::CreateBackbuffer |
( |
| ) |
|
|
protectedinherited |
◆ Destroy()
| void Faro::GraphicsSwapchainVK::Destroy |
( |
| ) |
|
|
overridevirtual |
Run the destruction logic of this class. This also frees its memory.
- Warning
- When overriding, the super call must be performed last
Reimplemented from Faro::GraphicsSwapchain.
◆ GetAdapter()
◆ GetBackbufferImage()
| VkImage Faro::GraphicsSwapchainVK::GetBackbufferImage |
( |
uint32 |
index | ) |
|
◆ GetSyncPoint()
◆ GetTypedAdapter()
template<class T >
| T * Faro::IGraphicsAdapterChild::GetTypedAdapter |
( |
| ) |
|
|
inlineinherited |
◆ Init() [1/3]
| void Faro::IGraphicsAdapterChild::Init |
( |
| ) |
|
|
overrideprotectedvirtualinherited |
Run the initialization logic of this object. Should be overriden by deriving classes.
Reimplemented from Faro::IObject.
◆ Init() [2/3]
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. |
◆ Init() [3/3]
◆ Present()
| void Faro::GraphicsSwapchainVK::Present |
( |
| ) |
|
|
overridevirtual |
◆ backbuffer
◆ bufferReadySync
The documentation for this class was generated from the following files: