|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| RenderGraphWorldContext (const RenderGraphWorldContext &)=delete | |
| RenderGraphWorldContext (RenderGraphWorldContext &&) noexcept=default | |
| virtual void | SetAsActive () override |
| virtual void | StartFrame () |
| virtual Grindstone::Renderer::RenderGraph & | GetRenderGraph () |
Static Public Member Functions | |
| static RenderGraphWorldContext * | GetActiveContext () |
| static void | SetActiveContext (RenderGraphWorldContext &cxt) |
| Static Public Member Functions inherited from Grindstone::WorldContext | |
| template<typename T> | |
| static Grindstone::UniquePtr< Grindstone::WorldContext > | Create () |
Protected Attributes | |
| Grindstone::Renderer::RenderGraph | renderGraph |
|
overridevirtual |
Implements Grindstone::WorldContext.