summaryrefslogtreecommitdiffstats
path: root/slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.hxx')
-rw-r--r--slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.hxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.hxx
index 016f8ac5445a..d6a2cb66e8a3 100644
--- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.hxx
+++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.hxx
@@ -45,6 +45,8 @@ public:
*/
#ifdef GL_VERSION_2_0
+ static PFNGLACTIVETEXTUREPROC glActiveTexture;
+
static PFNGLCREATESHADERPROC glCreateShader;
static PFNGLSHADERSOURCEPROC glShaderSource;
static PFNGLCOMPILESHADERPROC glCompileShader;