MORPHOS: Update opengl-sys.h

This commit is contained in:
BeWorld
2020-08-21 00:59:18 +02:00
committed by Eugene Sandulenko
parent ac573487de
commit 85f7d5865b
+4
View File
@@ -30,6 +30,10 @@
#include "backends/platform/sdl/sdl-sys.h"
#endif
#ifdef __MORPHOS__
#define USE_GLES_MODE 1
#endif
// On OS X we only support GL contexts. The reason is that Apple's GL interface
// uses "void *" for GLhandleARB which is not type compatible with GLint. This
// kills our aliasing trick for extension functions and thus would force us to