mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
GRAPHICS: Update system_headers.h for regular OpenGL
This commit is contained in:
parent
f5549e86a1
commit
c13a6613e6
@ -46,8 +46,13 @@
|
||||
# define GL_BGRA GL_BGRA_EXT
|
||||
#endif
|
||||
|
||||
#else
|
||||
#elif defined(USE_OPENGL_SHADERS)
|
||||
#include <GL/glew.h>
|
||||
#elif defined(SDL_BACKEND)
|
||||
#include <SDL_opengl.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user