diff options
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
-rw-r--r-- | backends/graphics/opengl/opengl-graphics.h | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h index f3cd4c437f..35435c156e 100644 --- a/backends/graphics/opengl/opengl-graphics.h +++ b/backends/graphics/opengl/opengl-graphics.h @@ -24,6 +24,7 @@ #define BACKENDS_GRAPHICS_OPENGL_OPENGL_GRAPHICS_H #include "backends/graphics/opengl/opengl-sys.h" +#include "backends/graphics/opengl/framebuffer.h" #include "backends/graphics/graphics.h" #include "common/frac.h" @@ -305,6 +306,11 @@ private: void initializeGLContext(); /** + * Render back buffer. + */ + Backbuffer _backBuffer; + + /** * OpenGL pipeline used for rendering. */ Pipeline *_pipeline; @@ -527,17 +533,6 @@ private: */ uint _scissorOverride; -#if !USE_FORCED_GLES - // - // Shaders - // - - /** - * Projection matrix used. - */ - GLfloat _projectionMatrix[4*4]; -#endif - #ifdef USE_OSD // // OSD |