mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
0025651: GL_LUMINANCE8 should be defined for android case
GL_LUMINANCE8 defined
This commit is contained in:
parent
f43eff9ffe
commit
bbe97eddea
@ -59,6 +59,7 @@
|
|||||||
// in core since OpenGL ES 3.0, extension GL_OES_rgb8_rgba8
|
// in core since OpenGL ES 3.0, extension GL_OES_rgb8_rgba8
|
||||||
#define GL_RGB8 0x8051
|
#define GL_RGB8 0x8051
|
||||||
#define GL_RGBA8 0x8058
|
#define GL_RGBA8 0x8058
|
||||||
|
#define GL_LUMINANCE8 0x8040
|
||||||
// GL_EXT_texture_format_BGRA8888
|
// GL_EXT_texture_format_BGRA8888
|
||||||
#define GL_BGRA_EXT 0x80E1 // same as GL_BGRA on desktop
|
#define GL_BGRA_EXT 0x80E1 // same as GL_BGRA on desktop
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user