Browse Source

external: sync flextGL templates with angry comments added in haste.

pull/554/head
Vladimír Vondruš 4 years ago
parent
commit
9d1b184698
  1. 1
      src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp.template
  2. 1
      src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp.template

1
src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp.template vendored

@ -34,6 +34,7 @@
@end @end
@end @end
#define GLES_SILENCE_DEPRECATION /* YES I KNOW, APPLE! FFS */
#include <OpenGLES/ES2/glext.h> #include <OpenGLES/ES2/glext.h>
void flextGLInit(Magnum::GL::Context&) { void flextGLInit(Magnum::GL::Context&) {

1
src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp.template vendored

@ -34,6 +34,7 @@
@end @end
@end @end
#define GLES_SILENCE_DEPRECATION /* YES I KNOW, APPLE! FFS */
#include <OpenGLES/ES3/glext.h> #include <OpenGLES/ES3/glext.h>
void flextGLInit(Magnum::GL::Context&) { void flextGLInit(Magnum::GL::Context&) {

Loading…
Cancel
Save