gl4es updated, added latest changes by ptitSeb

This commit is contained in:
lubomyr
2017-02-28 17:08:38 +02:00
parent 69137dfa78
commit 2b64c864f0
12 changed files with 133 additions and 25 deletions

View File

@@ -25,5 +25,9 @@
#define GL_NOERROR_HINT_GL4ES 0xA10A
// same as using LIBGL_NODOWNSAMPLING=x
#define GL_NODOWNSAMPLING_HINT_GL4ES 0xA10B
// same as using LIBGL_NOVAOCACHE=x
#define GL_NOVAOCACHE_HINT_GL4ES 0xA10C
// same as using LIBGL_BEGINEND=x
#define GL_BEGINEND_HINT_GL4ES 0xA10D
#endif