From bbe97eddea98efd4537b5fa2dae2689bfe795def Mon Sep 17 00:00:00 2001 From: ibs Date: Fri, 19 Dec 2014 18:40:31 +0300 Subject: [PATCH] 0025651: GL_LUMINANCE8 should be defined for android case GL_LUMINANCE8 defined --- src/OpenGl/OpenGl_GlFunctions.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OpenGl/OpenGl_GlFunctions.hxx b/src/OpenGl/OpenGl_GlFunctions.hxx index 7c8f6ab38e..79d2b2fbd1 100644 --- a/src/OpenGl/OpenGl_GlFunctions.hxx +++ b/src/OpenGl/OpenGl_GlFunctions.hxx @@ -59,6 +59,7 @@ // in core since OpenGL ES 3.0, extension GL_OES_rgb8_rgba8 #define GL_RGB8 0x8051 #define GL_RGBA8 0x8058 + #define GL_LUMINANCE8 0x8040 // GL_EXT_texture_format_BGRA8888 #define GL_BGRA_EXT 0x80E1 // same as GL_BGRA on desktop