Merge pull request #13979 from unknownbrackets/gl-header

GLES: Remove direct khrplatform.h header include
This commit is contained in:
Henrik Rydgård 2021-01-26 07:24:46 +01:00 committed by GitHub
commit ff7e71f317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,6 @@
#elif defined(USING_GLES2)
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
// At least Nokia platforms need the three below
#include <KHR/khrplatform.h>
typedef char GLchar;
#define GL_BGRA_EXT 0x80E1
#else // OpenGL
#include "GL/glew.h"