Silence deprecation warning with OpenGL.

on Darwin, Mojabe has deprecated it in favor of Metal,
here we silent the lengthy build warning.
This commit is contained in:
David Carlier 2019-08-01 20:01:43 +01:00
parent 751b09ba33
commit 97e66dfd9b

View file

@ -34,6 +34,7 @@
#endif
#if defined(__APPLE__)
#define GL_SILENCE_DEPRECATION
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>