Always use system OpenGL extension headers

This commit is contained in:
sfan5
2021-04-17 00:05:46 +02:00
parent 5bdcc7eb4f
commit 4c0aff5aa8
11 changed files with 9 additions and 19050 deletions

View File

@ -29,7 +29,7 @@
#include <EGL/eglplatform.h>
typedef char GLchar;
#if defined(_IRR_OGLES2_USE_EXTPOINTER_)
#include "gles2-ext.h"
#include <GLES2/gl2ext.h>
#endif
#endif