Make it possible to use GLESv1

master
Jari Vetoniemi ago%!(EXTRA string=13 years)
parent 9d6945a766
commit 38c4a8ef2d
  1. 2
      include/GL/glfw3.h

@ -153,6 +153,8 @@ extern "C" {
#else
#if defined(GLFW_INCLUDE_GL3)
#include <GL3/gl3.h>
#elif defined(GLFW_INCLUDE_ES1)
#include <GLES/gl.h>
#elif defined(GLFW_INCLUDE_ES2)
#include <GLES2/gl2.h>
#else

Loading…
Cancel
Save