mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-04 22:45:17 +00:00
gles gl.h support
This commit is contained in:
@ -11,8 +11,12 @@
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#ifdef __linux__
|
||||
#ifdef USE_GLES1
|
||||
#include <GLES/gl.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/gl.h>
|
||||
|
||||
Reference in New Issue
Block a user