diff options
Diffstat (limited to 'source/application/StarRenderer.hpp')
-rw-r--r-- | source/application/StarRenderer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |