mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Merge branch 'EGL' of github.com:elmindreda/glfw into EGL
Conflicts: include/GL/glfw3.h
This commit is contained in:
commit
0f0f7f7294
@ -188,6 +188,8 @@ extern "C" {
|
||||
#else
|
||||
#if defined(GLFW_INCLUDE_GLCOREARB)
|
||||
#include <GL/glcorearb.h>
|
||||
#elif defined(GLFW_INCLUDE_ES1)
|
||||
#include <GLES/gl.h>
|
||||
#elif defined(GLFW_INCLUDE_ES2)
|
||||
#include <GLES2/gl2.h>
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user