1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0025651: GL_LUMINANCE8 should be defined for android case

GL_LUMINANCE8 defined
This commit is contained in:
ibs 2014-12-19 18:40:31 +03:00 committed by bugmaster
parent f43eff9ffe
commit bbe97eddea

View File

@ -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