|
|
@ -188,6 +188,8 @@ extern "C" { |
|
|
|
#else |
|
|
|
#else |
|
|
|
#if defined(GLFW_INCLUDE_GLCOREARB) |
|
|
|
#if defined(GLFW_INCLUDE_GLCOREARB) |
|
|
|
#include <GL/glcorearb.h> |
|
|
|
#include <GL/glcorearb.h> |
|
|
|
|
|
|
|
#elif defined(GLFW_INCLUDE_ES1) |
|
|
|
|
|
|
|
#include <GLES/gl.h> |
|
|
|
#elif defined(GLFW_INCLUDE_ES2) |
|
|
|
#elif defined(GLFW_INCLUDE_ES2) |
|
|
|
#include <GLES2/gl2.h> |
|
|
|
#include <GLES2/gl2.h> |
|
|
|
#else |
|
|
|
#else |
|
|
|