diff options
Diffstat (limited to 'source/application/StarRenderer_opengl.hpp')
-rw-r--r-- | source/application/StarRenderer_opengl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/application/StarRenderer_opengl.hpp b/source/application/StarRenderer_opengl.hpp index 563ac96..61c67c9 100644 --- a/source/application/StarRenderer_opengl.hpp +++ b/source/application/StarRenderer_opengl.hpp @@ -42,7 +42,7 @@ public: void render(RenderPrimitive primitive) override; void renderBuffer(RenderBufferPtr const& renderBuffer, Mat3F const& transformation) override; - void flush() override; + void flush(Mat3F const& transformation) override; void setScreenSize(Vec2U screenSize); @@ -205,7 +205,7 @@ private: shared_ptr<GlRenderBuffer> createGlRenderBuffer(); - void flushImmediatePrimitives(); + void flushImmediatePrimitives(Mat3F const& transformation = Mat3F::identity()); void renderGlBuffer(GlRenderBuffer const& renderBuffer, Mat3F const& transformation); |