mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Merge pull request #13979 from unknownbrackets/gl-header
GLES: Remove direct khrplatform.h header include
This commit is contained in:
commit
ff7e71f317
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user