From fe99ec69664c5ca5a400d80e060084ff78d9bb22 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:59:18 +1000 Subject: Render the world in its own framebuffer --- source/application/StarRenderer.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/application/StarRenderer.hpp') diff --git a/source/application/StarRenderer.hpp b/source/application/StarRenderer.hpp index 58c1c27..ad44c5c 100644 --- a/source/application/StarRenderer.hpp +++ b/source/application/StarRenderer.hpp @@ -130,6 +130,8 @@ public: virtual String rendererId() const = 0; virtual Vec2U screenSize() const = 0; + virtual void loadConfig(Json const& config) = 0; + // The actual shaders used by this renderer will be in a default no effects // state when constructed, but can be overridden here. This config will be // specific to each type of renderer, so it will be necessary to key the -- cgit v1.2.3