evas: Add defines for GL_COLOR_EXT, GL_DEPTH_EXT, GL_STENCIL_EXT

This commit is contained in:
Nicolas Aguirre 2015-10-01 08:54:47 +02:00
parent b6649f6c6e
commit cf2b9ea5ca
1 changed files with 6 additions and 0 deletions

View File

@ -258,4 +258,10 @@
#define GL_MULTISAMPLE_BUFFER_BIT7_QCOM 0x80000000
#endif
#ifndef GL_EXT_discard_framebuffer
#define GL_COLOR_EXT 0x1800
#define GL_DEPTH_EXT 0x1801
#define GL_STENCIL_EXT 0x1802
#endif
#endif