diff options
Diffstat (limited to 'src/render/openglgraphicsdef.hpp')
-rw-r--r-- | src/render/openglgraphicsdef.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/openglgraphicsdef.hpp b/src/render/openglgraphicsdef.hpp index 4315d4115..1df90e3ee 100644 --- a/src/render/openglgraphicsdef.hpp +++ b/src/render/openglgraphicsdef.hpp @@ -49,6 +49,8 @@ public: bool isAllowScale() const override final { return true; } + void clearScreen() const override final; + static void bindTexture(const GLenum target, const GLuint texture); static GLuint mLastImage; |