mirror of
https://github.com/libretro/RetroArch
synced 2025-01-06 10:11:54 +00:00
Add GLES3 header includes.
This commit is contained in:
parent
4bf3d47be1
commit
301a4aaebf
@ -23,6 +23,9 @@
|
||||
#elif defined(HAVE_OPENGL_MODERN)
|
||||
#include <GL3/gl3.h>
|
||||
#include <GL3/gl3ext.h>
|
||||
#elif defined(HAVE_OPENGLES3)
|
||||
#include <GLES3/gl3.h>
|
||||
#include <GLES2/gl2ext.h> // There are no GLES3 extensions yet.
|
||||
#elif defined(HAVE_OPENGLES2)
|
||||
#include <GLES2/gl2.h>
|
||||
#include <GLES2/gl2ext.h>
|
||||
|
Loading…
Reference in New Issue
Block a user