diff options
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
| -rw-r--r-- | backends/graphics/opengl/opengl-graphics.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h index 40605f0259..95ba4e7377 100644 --- a/backends/graphics/opengl/opengl-graphics.h +++ b/backends/graphics/opengl/opengl-graphics.h @@ -41,6 +41,7 @@ namespace OpenGL {  #define USE_OSD 1  class Surface; +class Pipeline;  #if !USE_FORCED_GLES  class Shader;  #endif @@ -303,6 +304,11 @@ private:  	 */  	void initializeGLContext(); +	/** +	 * OpenGL pipeline used for rendering. +	 */ +	Pipeline *_pipeline; +  protected:  	/**  	 * Query the address of an OpenGL function by name. | 
