FIXED Raspberry Pi Needing GLES2 instead of GLES3
FIXED Raspberry Pi Needing GLES2 instead of GLES3
This commit is contained in:
committed by
Joshua Granick
parent
6d7845f38b
commit
8a71fb5bcc
@@ -2,7 +2,7 @@
|
||||
#define LIME_GRAPHICS_OPENGL_OPENGL_H
|
||||
|
||||
|
||||
#if defined (ANDROID)
|
||||
#if defined (ANDROID) || defined (RASPBERRYPI)
|
||||
|
||||
#define LIME_GLES
|
||||
//#include <GLES3/gl3.h>
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <GLES2/gl2.h>
|
||||
#include <GLES2/gl2ext.h>
|
||||
|
||||
#elif defined (EMSCRIPTEN) || defined (RASPBERRYPI)
|
||||
#elif defined (EMSCRIPTEN)
|
||||
|
||||
#define LIME_GLES
|
||||
#define LIME_GLES3_API
|
||||
|
||||
Reference in New Issue
Block a user